Q3ViewPlaneCamera_SetCenterX
You can use theQ3ViewPlaneCamera_SetCenterX
function to set the horizontal center of the viewed object.
TQ3Status Q3ViewPlaneCamera_SetCenterX ( TQ3CameraObject camera, float centerXOnViewPlane);
camera
- A view plane camera object.
centerXOnViewPlane
- The desired x coordinate of the center of the viewed object.
DESCRIPTION
TheQ3ViewPlaneCamera_SetCenterX
function sets the x coordinate of the center of the viewed object of the camera specified by thecamera
parameter to the value specified in thecenterXOnViewPlane
parameter.